home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / util / moni / Scout-src.lha / netinclude / rpc / gst.h < prev    next >
C/C++ Source or Header  |  2002-09-16  |  915b  |  37 lines

  1. /*
  2.  * $Id: gst.h,v 1.1.1.1 2001/11/26 22:21:19 tboeckel Exp $
  3.  *
  4.  * Include file for the SAS/C Global Symbol Table generation
  5.  *
  6.  * Copyright © 1994 AmiTCP/IP Group,
  7.  *                  Network Solutions Development Inc.
  8.  *                  All rights reserved.
  9.  *
  10.  */
  11. struct sockaddr_in;
  12.  
  13. #include <sys/param.h>
  14. #include <sys/types.h>
  15. #include <sys/errno.h>
  16. #include <sys/ioctl.h>
  17. /* #include <sys/socket.h> \* includes inline functions */
  18. #include <sys/time.h>
  19. /* #include <netdb.h> \* includes inline functions */
  20. #include <errno.h>
  21. /* #include <arpa/inet.h> \* includes inline functions */
  22. /* #include <net/if.h> \* depends on sys/socket.h */
  23. #include <proto/usergroup.h>
  24. #include <pragmas/socket_pragmas.h>
  25.  
  26. #include <rpc/rpc.h>
  27. #include <rpc/pmap_prot.h>
  28. #include <rpc/pmap_clnt.h>
  29. #include <rpc/pmap_rmt.h>
  30.  
  31. #include <stddef.h>
  32. #include <stdio.h>
  33. #include <stdlib.h>
  34. #include <limits.h>
  35.  
  36. #include <unistd.h>
  37.